Feature: Enviar e-mail de invitacion al staff
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 22.507s |
Scenario: Con mi usuario de ghost quiero enviar una invitacion a un email
Before
0m 0.941s
Given
I navigate to page "http://localhost:3001/ghost/"
0m 0.855s
And
I wait for 2 seconds
0m 2.150s
When
I enter login email "<USERNAME1>"
0m 0.284s
And
I wait for 1 seconds
0m 1.142s
And
I enter login password "<PASSWORD1>"
0m 0.214s
And
I wait for 1 seconds
0m 1.167s
And
I submit login
0m 0.269s
And
I wait for 3 seconds
0m 3.278s
Then
I should have a nav-bar with functions
0m 0.267s
When
I click on the "staff" function
0m 0.395s
And
I wait for 1 seconds
0m 1.176s
Then
I should have this "gh-btn gh-btn-green" button
0m 0.209s
When
I click invite people
0m 0.411s
And
I wait for 1 seconds
0m 1.216s
And
I enter email Adress
0m 0.343s
And
I wait for 1 seconds
0m 1.208s
And
I send invitation
0m 0.405s
And
I wait for 6 seconds
0m 6.251s
Then
I should not have email send error message
0m 0.315s
After
0m 0.011s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:3001/ghost/"
And
I wait for 2 seconds
When
I enter login email "<USERNAME1>"
And
I wait for 1 seconds
And
I enter login password "<PASSWORD1>"
And
I wait for 1 seconds
And
I submit login
And
I wait for 3 seconds
Then
I should have a nav-bar with functions
When
I click on the "staff" function
And
I wait for 1 seconds
Then
I should have this "gh-btn gh-btn-green" button
When
I click invite people
And
I wait for 1 seconds
And
I enter email Adress
And
I wait for 1 seconds
And
I send invitation
And
I wait for 6 seconds
Then
I should not have email send error message
After
NO IMAGE AVAILABLE